home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIPNET Aralık 1997.iso / misc / appletb / factory.exe / 0 / RCDATA / TTIP_WINDOW / TTIP_WINDOW.txt
Text File  |  1997-05-07  |  3KB  |  121 lines

  1. object tip_window: Ttip_window
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Quick Tip'
  6.   ClientHeight = 162
  7.   ClientWidth = 305
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Button1: TButton
  17.     Left = 112
  18.     Top = 128
  19.     Width = 81
  20.     Height = 25
  21.     Caption = 'Ok'
  22.     TabOrder = 0
  23.     OnClick = Button1Click
  24.   end
  25.   object Panel1: TPanel
  26.     Left = 8
  27.     Top = 8
  28.     Width = 289
  29.     Height = 113
  30.     BevelInner = bvLowered
  31.     BevelOuter = bvLowered
  32.     Caption = ' '
  33.     Color = clWhite
  34.     TabOrder = 1
  35.     object Label1: TLabel
  36.       Left = 8
  37.       Top = 8
  38.       Width = 273
  39.       Height = 13
  40.       Alignment = taCenter
  41.       AutoSize = False
  42.       Caption = ' '
  43.       Font.Color = clBlack
  44.       Font.Height = -11
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = []
  47.       ParentFont = False
  48.     end
  49.     object Label2: TLabel
  50.       Left = 8
  51.       Top = 24
  52.       Width = 273
  53.       Height = 13
  54.       Alignment = taCenter
  55.       AutoSize = False
  56.       Caption = ' '
  57.       Font.Color = clBlack
  58.       Font.Height = -11
  59.       Font.Name = 'MS Sans Serif'
  60.       Font.Style = []
  61.       ParentFont = False
  62.     end
  63.     object Label3: TLabel
  64.       Left = 8
  65.       Top = 40
  66.       Width = 273
  67.       Height = 13
  68.       Alignment = taCenter
  69.       AutoSize = False
  70.       Caption = ' '
  71.       Font.Color = clBlack
  72.       Font.Height = -11
  73.       Font.Name = 'MS Sans Serif'
  74.       Font.Style = []
  75.       ParentFont = False
  76.     end
  77.     object Label5: TLabel
  78.       Left = 8
  79.       Top = 72
  80.       Width = 273
  81.       Height = 13
  82.       Alignment = taCenter
  83.       AutoSize = False
  84.       Caption = ' '
  85.       Font.Color = clBlack
  86.       Font.Height = -11
  87.       Font.Name = 'MS Sans Serif'
  88.       Font.Style = []
  89.       ParentFont = False
  90.     end
  91.     object Label4: TLabel
  92.       Left = 8
  93.       Top = 56
  94.       Width = 273
  95.       Height = 13
  96.       Alignment = taCenter
  97.       AutoSize = False
  98.       Caption = ' '
  99.       Font.Color = clBlack
  100.       Font.Height = -11
  101.       Font.Name = 'MS Sans Serif'
  102.       Font.Style = []
  103.       ParentFont = False
  104.     end
  105.     object Label6: TLabel
  106.       Left = 8
  107.       Top = 88
  108.       Width = 273
  109.       Height = 13
  110.       Alignment = taCenter
  111.       AutoSize = False
  112.       Caption = ' '
  113.       Font.Color = clBlack
  114.       Font.Height = -11
  115.       Font.Name = 'MS Sans Serif'
  116.       Font.Style = []
  117.       ParentFont = False
  118.     end
  119.   end
  120. end
  121.